home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / ppp220.zip / USELIST.CNF < prev    next >
Text File  |  1991-11-30  |  3KB  |  92 lines

  1. ;BBS varaible tells Users List the name of your BBS
  2. BBS=The Bard's Lair
  3.  
  4. ;USERS variable tells Users List where to find the PCB/ProDoor USERS
  5. ;file.  The filemame must also be included with the path.
  6. USERS=F:\BBS\MAIN\USERS
  7.  
  8. ;BULLET variable tells Users List the name and location of the bulletin
  9. ;to create.
  10. BULLET=BLT9
  11.  
  12. ;COLOR variable tells Users List the type of colorized bulletin to create
  13. ;if COLOR is not specified, no color file is produced.  The choices are
  14. ; PCB - uses PCBoard @Xnn color codes, ANSI - uses standard ANSI color
  15. ;codes.  Note -->  Color must come before any color codes, or they will
  16. ;be ignored.
  17. ;COLOR=PCB
  18.  
  19. ;NAME varaible tells Users List which color to use for User Names in the
  20. ;color bulletin.
  21. ;  Valid colors are:
  22. ;        BLACK
  23. ;        BLUE
  24. ;        GREEN
  25. ;        CYAN
  26. ;        RED
  27. ;        MAGENTA
  28. ;        BROWN
  29. ;        WHITE
  30. ;        GRAY
  31. ;        BRIGHT BLUE
  32. ;        BRIGHT GREEN
  33. ;        BRIGHT CYAN
  34. ;        BRIGHT RED
  35. ;        BRIGHT MAGENTA
  36. ;        YELLOW
  37. ;        BRIGHT WHITE
  38. ;  Only the first 7 colors are valid as background colors
  39. NAME=BRIGHT WHITE ON BLACK
  40.  
  41. ;CITY variable tells Users List which color to use for User Cities in
  42. ;the color bulletin.
  43. CITY=BRIGHT GREEN ON BLACK
  44.  
  45. ;STATUS variable tells Users List which color to use for User Status in
  46. ;the color bulletin.
  47. STATUS=BRIGHT BLUE ON BLACK
  48.  
  49. ;LASTON variable tells Users List which color to use for Last On in the
  50. ;color bulletin.
  51. LASTON=BRIGHT RED ON BLACK
  52.  
  53. ;LOLEVEL variable tells Users List the lowest User Level to include in
  54. ;the bulletin.
  55. LOLEVEL=10
  56.  
  57. ;SYSOP variable tells Users List whether or not to include the SysOp in
  58. ;the bulletin
  59. SYSOP=YES
  60.  
  61. ;SORT variable tells Users List how to sort the the users list for the
  62. ;bulletin.  If not present, the list is not sorted.  Valid options are
  63. ; 1 - Last Name, 2 - First Name, 3 - City, 4 - Status, 5 - Last Date
  64. ; User Called.
  65. SORT=1
  66.  
  67. ;LEVEL## variable tells Users List the text status for each User Level
  68. ;maximum number of charactors for each level is 20.
  69. LEVEL10=Jail Bait
  70. LEVEL20=Unvalidated
  71. LEVEL25=File Leech
  72. LEVEL30=User
  73. LEVEL40=Comp Subscr 1
  74. LEVEL45=Visiting SysOp 1
  75. LEVEL50=Comp Subscr 2
  76. LEVEL55=Visiting SysOp 2
  77. LEVEL60=USA! Member
  78. LEVEL70=Member Level 1
  79. LEVEL80=Member Level 2
  80. LEVEL90=Member Level 3
  81. LEVEL100=Member Level 4
  82. LEVEL105=VERY Priveleged
  83. LEVEL110=Co-SysOp
  84. LEVEL115=SysOp
  85.  
  86. ;MASK variable tells Users List the name of a user to mask from the list, or
  87. ;the user level to mask from the list.
  88. ; mask the user JOHN SMITH from the list
  89. MASK=JOHN SMITH
  90. ; mask all level 30 users from the list
  91. MASK=30
  92.